home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gnome-keyring / README.Debian < prev    next >
Text File  |  2009-10-19  |  1KB  |  29 lines

  1. gnome-keyring for Debian
  2. ========================
  3.  
  4.  Password caching
  5.  ----------------
  6. GNOME keyring caches the passwords in memory, and when asked to, it will 
  7. store them on disk (in .gnome2/keyrings). They are encrypted with the
  8. AES128 cipher, using a master password as key.
  9.  
  10.  Login keyring
  11.  -------------
  12. If you use GDM, the GNOME keyring daemon is spawned directly at the time 
  13. of authentication, and the keyring named "login" is unlocked. This 
  14. keyring uses the authentication token as a master password.
  15.  
  16. If you change your authentication password, you need to change the 
  17. password for the login keyring as well. This can be done from 
  18. seahorse-preferences (System->Preferences->Encryption and Keyrings). You 
  19. can also automate this process by adding the following line to
  20. /etc/pam.d/common-password:
  21.     password        optional        pam_gnome_keyring.so
  22.  
  23.  SSH agent
  24.  ---------
  25. The GNOME keyring includes the functionality of the SSH agent, and it 
  26. can break some setups, especially if ssh-agent is started by hand. If 
  27. you want to disable it, you can set the 
  28. /apps/gnome-keyring/daemon-components/ssh GConf key to false.
  29.